Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Boolean,Worksheet,Reference[],PageBreak)
A boolean value indicates whether the command process on rows or columns.
The worksheet which this command attached to.
The processing ranges.
The page break of worksheet.


In This Topic
    RowColumnActionsCommand Constructor(Boolean,Worksheet,Reference[],PageBreak)
    In This Topic
    Initializes a new instance of the RowColumnActionsCommand class with the specified workbook.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal isColumn As Boolean, _
       ByVal worksheet As Worksheet, _
       ByVal ranges() As Reference, _
       ByVal pageBreak As PageBreak _
    )
    'Usage
     
    
    Dim isColumn As Boolean
    Dim worksheet As Worksheet
    Dim ranges() As Reference
    Dim pageBreak As PageBreak
     
    Dim instance As New RowColumnActionsCommand(isColumn, worksheet, ranges, pageBreak)
    public RowColumnActionsCommand( 
       bool isColumn,
       Worksheet worksheet,
       Reference[] ranges,
       PageBreak pageBreak
    )

    Parameters

    isColumn
    A boolean value indicates whether the command process on rows or columns.
    worksheet
    The worksheet which this command attached to.
    ranges
    The processing ranges.
    pageBreak
    The page break of worksheet.
    See Also